chore: sync Go client with Apify OpenAPI spec v2-2026-08-14T072928Z - #22
Merged
Conversation
The new spec version formally documents the Task isPublic/publicConfig fields this client already implemented ahead of time; update the doc comments/docs that claimed they were undocumented, and bump the spec/client version constants.
Review feedback on PR #22: - README.md documented APISpecVersion two versions stale; updated to the version this PR bumps to. - TaskClient.Unpublish's doc comment claimed unpublishing only needs write permission to the task itself. The now-authoritative spec text for PUT /actor-tasks/{id} states both publish and unpublish require write permission to the task's Actor; corrected the doc comment and the matching integration-test comment to match.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs against the latest Apify OpenAPI spec (
v2-2026-08-14T072928Z, from apify/apify-docs#2840), which formally documents theTask.isPublic/Task.publicConfigfields this client already implemented ahead of time. Updates the doc comments/docs that claimed those fields were undocumented, and bumpsAPISpecVersion/ClientVersion. No public-interface or behavioral changes.